Remove leftover uses/references of GtkNotebook::group-id
authorXan Lopez <xan@gnome.org>
Fri, 2 Jul 2010 20:38:39 +0000 (22:38 +0200)
committerXan Lopez <xan@gnome.org>
Fri, 2 Jul 2010 20:38:39 +0000 (22:38 +0200)
gtk/gtknotebook.c

index 3b5e1b8d134a01827519a388974871931aa177f4..ae8dbdac30274f2d2dbda3394a7ef45089c41800 100644 (file)
@@ -935,7 +935,7 @@ gtk_notebook_class_init (GtkNotebookClass *class)
    * a notebook where the tab will be attached. It is also 
    * responsible for moving/resizing the window and adding the 
    * necessary properties to the notebook (e.g. the 
-   * #GtkNotebook:group-id ).
+   * #GtkNotebook:group ).
    *
    * The default handler uses the global window creation hook,
    * if one has been set with gtk_notebook_set_window_creation_hook().
@@ -7471,7 +7471,6 @@ gtk_notebook_set_group (GtkNotebook *notebook,
   if (priv->group != group)
     {
       priv->group = group;
-      g_object_notify (G_OBJECT (notebook), "group-id");
       g_object_notify (G_OBJECT (notebook), "group");
     }
 }